Welcome![Sign In][Sign Up]
Location:
Search - java http server

Search list

[JSP/JavaServletmail

Description: 1:文件说明: ExampleServlet.java 发信JAVA源文件 CSEmail.jar 发信包 com CSEmail.jar 的源文件 2:部署: ExampleServlet.java 发到 WEB-INF/CLASSES/ CSEmail.jar 放到 web-inf/lib/ 3. 修改ExampleServlet.java 中 private String SERVLET_HTTP_PATH = \"http://www.yourSite.com/servlet/ 把www.yourSite.com 改成你的网址 4运行: http://www.yourSite.com/servlet/ExampleServlet 填写你的SMTP邮件服务器和发信端口,还有你在这个邮件服务器上的帐号(不正确发不出信)-1: Document explanation that, ExampleServlet.java sends a letter JAVA source document CSEmail.jar to send a letter wraps com CSEmail.jar the source document 2: Deployed: ExampleServlet.java sends to WEB-INF/CLASSES/ CSEmail.jar to put to web-inf/lib/ 3. revises in ExampleServlet.java private String SERVLET_HTTP_PATH = \"http://www.yourSite.com/servlet/ to alter to www.yourSite.com your website 4 movements: Http://www.yourSite.com/servlet/ExampleServlet fills in your SMTP server and sends a letter the port, but also has you (not correctly not to be able to issue letter) on this server account number
Platform: | Size: 16960 | Author: 陈良 | Hits:

[Web Serverjspbook

Description: GZIPFilter可以用gzip的方式压缩HTTP Response的内容,从而在Server端加快了响应回复的速度(gzip压缩过程需耗用CPU资源,却大幅减轻了网卡的处理负担),在Client端缩短了页面刷新时间,在网络内减少了数据流量。另一方面,因为采用的Filter的方式,无需改动应用现有的代码就可引入该功能。-GZIPFilter way can be compressed with gzip content of HTTP Response to the Server side to speed up the response speed of response (gzip compression process consumes CPU resources, but significantly reduce the processing burden on the card), in the Client side to shorten the time to refresh the page in the network reduces the data traffic. On the other hand, because the use of the Filter approach, without changing existing application code can be introduced into the function.
Platform: | Size: 12288 | Author: wendou | Hits:

[androidHttpDemo

Description: android 上模拟浏览器向服务器请求http数据,希望对大家有所帮助!-android to simulate browser http requests to the server data, we want to help!
Platform: | Size: 57344 | Author: zhaojj | Hits:

[JSP/JavaHttpServer

Description: java实现的一个Http Server,逻辑由子类实现-Http Server
Platform: | Size: 3072 | Author: homelink1517 | Hits:

[JSP/Javajava

Description: 客户端java程序向domino服务器发出CORBA请求,服务器通过HTTP协议返回给客户端IOR(Interoperable Object Reference),之后客户端通过IIOP协议与服务器进行通讯-Client java program CORBA request sent to the domino server, the server via HTTP protocol is returned to the client IOR (the Interoperable Object Reference), after which the client IIOP protocol and server communicate
Platform: | Size: 5120 | Author: 曹建玲 | Hits:

[Technology Managementproxy

Description: 本系统主要使用JAVA编程语言编写HTTP代理服务器程序,研究代理服务器技术。-This system is mainly used web programming language JAVA HTTP proxy server, proxy server technology research.
Platform: | Size: 5120 | Author: 狼_图腾 | Hits:

[Windows DevelopbloodBS

Description: 基于JAVA的HTTP服务器系统以及浏览器-JAVA based on the HTTP server system and browser
Platform: | Size: 49152 | Author: ocracyhe | Hits:

[Internet-Networkvisit_http

Description: 一个用来访问http服务器的东西。功能类似于java.net中的那个。但要强,这个对Post方法的支持更好。-One used to access the http server things. Function similar to that of java.net. But strong, this method of support for the Post better.
Platform: | Size: 3072 | Author: tionm | Hits:

[Multimedia Developjava

Description: Internet作为传输媒介的一个应用系统,WWW网上最基本的传输单位是Web网页。WWW的工作基于客户机/服务器计算模型,由Web 浏览器(客户机)和Web服务器(服务器)构成,两者之间采用超文本传送协议(HTTP)进行通信。HTTP协议是基于TCP/IP协议之上的协议,是Web浏览器和Web服务器之间的应用层协议,是通用的、无状态的、面向对象的协议。HTTP协议的作用原理包括四个步骤:-WWW Internet as a transmission medium is an application system, WWW Internet transmission unit is the basic Web page. WWW' s work is based on client/server computing model, by the Web browser (client) and Web server (server) constituted between the two using the Hypertext Transfer Protocol (HTTP) for communication. HTTP protocol is based on TCP/IP protocol on top of the protocol, the Web browser and a Web server application layer protocol that is generic, stateless, object-oriented protocol. The role of the HTTP protocol principle consists of four steps:
Platform: | Size: 4096 | Author: jhon | Hits:

[JSPJava.Network.Programming(4th)

Description: Java网络编程, 第四版文字版的, 很清晰, 包含pdf和epub-This practical guide provides a complete introduction to developing network programs with Java. You’ll learn how to use Java’s network class library to quickly and easily accomplish common networking tasks such as writing multithreaded servers, encrypting communications, broadcasting to the local network, and posting data to server-side programs. Author Elliotte Rusty Harold provides complete working programs to illustrate the methods and classes he describes. This thoroughly revised fourth edition covers REST, SPDY, asynchronous I/O, and many other recent technologies. Explore protocols that underlie the Internet, such as TCP/IP and UDP/IP Learn how Java’s core I/O API handles network input and output Discover how the InetAddress class helps Java programs interact with DNS Locate, identify, and download network resources with Java’s URI and URL classes Dive deep into the HTTP protocol, including REST, HTTP headers, and cookies Write servers and network clients, using Java’s
Platform: | Size: 12024832 | Author: wudb | Hits:

[JSP/JavaServerGame-java

Description: Source Game RPG mobile - j2me Server Games source http://sfvn.org
Platform: | Size: 79872 | Author: Firesis | Hits:

[androidservlettest

Description: Java看的HTTP网络编程,网络通信编程实例,适用于Android网络编程。在测试代码中服务端我使用三种方式:S2SH、只用Struts2、Servlet。客户端就一种,只不过换个请求的URL。服务端和客户端交互使用了两种方式:XML、JSON,目前开放平台返回的数据都是支持这两种数据格式的。所以我也实现了这两种数据格式。其实还有一种格式,就是google的protocal buffer,这种形式在国内用的人比较少,我也没弄,感兴趣的同学看我提供的文档,自己研究吧。注意把里面的IP换成自己电脑的IP地址。    在使用Servlet的服务端,可以通过下面这种方式设置返回类型,但是其实没用,你设置了,它也不返回。你只能自己封装XML文件或者JSON字符串,然后返回-Java HTTP watch network programming, network communications programming examples for Android network programming. In the test code in the server I use three ways: S2SH, only Struts2, Servlet. On a client, but another URL request. Service and client interaction used in two ways: XML, JSON, the current data returned is an open platform supports both data formats. So I have realized these two data formats. In fact, there is a format that is google' s protocal buffer, this form in the country with relatively few people, I did not get the students interested to see documents I provide, own research. Note that the inside of the IP address of their computer' s IP replaced. In using the Servlet server, you can set up this way by following the return type, but in fact useless, you set up, it does not return. You can only own package XML file or JSON string, and then return
Platform: | Size: 150528 | Author: rpudn92 | Hits:

[Web ServerhttpServer

Description: Http 服务器源码 WEB_ROOT这个路径下放置HTML文件和其他一些文件。 *在这个包中,WEB_ROOT就是工作路径”webroot”。 *工作路径是文件系统中java命令所调用的位置。-Http server source code WEB_ROOT place HTML files and other documents under this path.* In this package, WEB_ROOT is working path " webroot" .* Working path is the location of the java command invoked by the file system.
Platform: | Size: 1024 | Author: alex | Hits:

[JSP/Javajavaweb

Description: 采用Socket和多线程技术,实现一个java Web服务器,加深对HTTP的认识。 新建java项目 webServer 新建java文件 WebServer.java Processor.java   一、HTTP协议的作用原理   WWW是以Internet作为传输媒介的一个应用系统,WWW网上最基本的传输单位是Web网页。WWW的工作基于客户机/服务器计算模型, 由Web 浏览器(客户机)和Web服务器(服务器)构成,两者之间采用超文本传送协议(HTTP)进行通信。HTTP协议是基于TCP/IP协议之上的协议,是 Web浏览器和Web服务器之间的应用层协议,是通用的、无状态的、面向对象的协议。HTTP协议的作用原理包括四个步骤:   (1) 连接:Web浏览器与Web服务器建立连接,打开一个称为socket(套接字)的虚拟文件,此文件的建立标志着连接建立成功。   (2) 请求:Web浏览器通过socket向Web服务器提交请求。HTTP的请求一般是GET或POST命令(POST用于FORM参数的传递)。GET命令的格式为:   GET 路径/文件名 HTTP/1.0   文件名指出所访问的文件,HTTP/1.0指出Web浏览器使用的HTTP版本。   (3) 应答:Web浏览器提交请求后,通过HTTP协议传送给Web服务器。Web服务器接到后,进行事务处理,处理结果又通过HTTP传回给Web浏览器,从而在Web浏览器上显示出所请求的页面-Socket and uses multi-thread technology to achieve a java Web server, HTTP deepen understanding. New projects webServer java java file WebServer.java Processor.java a new role of the HTTP protocol principle WWW Internet as an application system based on the transmission medium, WWW Internet basic transmission unit is a Web page. The calculation is based on the work of WWW client/server model, the Web browser (client) and Web server (server) structure, using Hypertext Transfer Protocol (HTTP) to communicate between the two. HTTP protocol is the protocol TCP/IP protocol based upon, is an application layer protocol between the Web browser and the Web server, is generic, stateless, object-oriented protocol. Action principle HTTP protocol consists of four steps: (1) connection: Web browser to establish a connection with a Web server, open a virtual file called socket (socket), the establishment of this document marks the connection is established. (2) Request: Web browser through the socket
Platform: | Size: 37888 | Author: xingtyunyui | Hits:

[JSP/JavaHTTP-proxy-server

Description: java socket 开发的http 代理服务器。-http proxy seaver
Platform: | Size: 5120 | Author: sun | Hits:

[Chess Poker gamesJAVA-mobile-chess-game

Description: Java手机象棋,界面设计简洁,操作简单,实现智能规则判断,支持大型Web服务器,以Http 协议通信。内附doc和pdf文档-Java mobile chess, interface design is concise, simple operation, intelligent judging rules, support large Web server, with the Http protocol communication. Enclosed doc and PDF documents
Platform: | Size: 1496064 | Author: 杨惠 | Hits:

[JSP/Javayjq_http

Description: 这是一个简单的http服务器的搭建,使用的是Java语言-This is a simple HTTP server set up, use of language is a Java language
Platform: | Size: 6144 | Author: lris | Hits:

[Web ServerClient_ServletTest

Description: Http服务器,java实现的一个httpweb服务器-Http Server
Platform: | Size: 1777664 | Author: zhangpeng | Hits:

[Internet-Networkzrogramming-JAVA

Description: 简易WEB服务器,JAVA SOCKET编程,HTTP协议相关-Simple WEB server, JAVA SOCKET programming, the HTTP protocol
Platform: | Size: 47104 | Author: alsie | Hits:

[Otherssd8-exam1-(带client测试版)

Description: java实现一个代理服务器,可请求和转发http服务器内容(Java implements a proxy server that can request and forward the content of the HTTP server)
Platform: | Size: 2048 | Author: y.int | Hits:
« 1 2 3 4 5 6 78 9 10 11 »

CodeBus www.codebus.net